On this pageBeginBlockDescriptionThis method creates BLOCK with the name defined by Name. NoteUse EndBlock to close the BLOCK created by BeginBlock. Between this procedures use "Add…" methods to insert into the BLOCK desired entities.Syntaxprocedure BeginBlock (const Name: string);